Show empty message in data table angular material, If no data found

111

Show empty message in data table angular material, If no data found -

 <tr class="mat-row" *matNoDataRow>
  <td class="mat-cell" colspan="9999">
    No data matching the filter
  </td>
</tr>

Comments

Submit
0 Comments